SftTree/OCX 7.0

SftTree.ButtonCollapsedDown Property

Softel vdm, Inc.

Defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

Syntax       

Get

VB.NET

refImageObj = object.ButtonCollapsedDown  As SftPictureObject

VB

Set refImageObj = object.ButtonCollapsedDown  As SftPictureObject

C#.NET

SftPictureObject refImageObj = object.ButtonCollapsedDown;

VC++

ISftPictureObject* refImageObj = object->ButtonCollapsedDown;
ISftPictureObject* refImageObj = object->GetButtonCollapsedDown();

C

HRESULT object->get_ButtonCollapsedDown(ISftPictureObject** refImageObj);

Delphi

refImageObj := object.ButtonCollapsedDown  : ISftPictureObject;

Put

VB.NET

object.ButtonCollapsedDown = refImageObj  As SftPictureObject

VB

object.ButtonCollapsedDown = refImageObj  As SftPictureObject

C#.NET

SftPictureObject object.ButtonCollapsedDown = refImageObj;

VC++

ISftPictureObject* object->ButtonCollapsedDown = refImageObj;
void object->PutButtonCollapsedDown(ISftPictureObject* refImageObj);

C

HRESULT object->put_ButtonCollapsedDown(ISftPictureObject* refImageObj);

Delphi

object.ButtonCollapsedDown := refImageObj  : ISftPictureObject;

object

A SftTree object.

refImageObj

Defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

Comments

The ButtonCollapsedDown property defines the expand/collapse button for a collapsed parent item when the expand/collapse button is pressed.

If the ButtonCollapsedDown property is set to Null/Nothing, the image defined using the ButtonCollapsed property is used instead.

User-defined expand/collapse button images are only used if the ButtonAppearance property is set to buttonsSftTreeUserImages and at least the ButtonExpanded and ButtonCollapsed properties define valid images.

Sample bitmaps for expand/collapse buttons are provided in the directory \Program Files\Softelvdm\SftTree OCX 7.0\Images.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com